home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Full / Panda Internet Security 2009 / IS09PROMO3M.exe / [0] / Files / Config.dll / 0 / RCDATA / TFORMAVANZADASAUTO / TFORMAVANZADASAUTO.txt < prev   
Text File  |  2008-07-21  |  4KB  |  145 lines

  1. object FormAvanzadasAuto: TFormAvanzadasAuto
  2.   Left = 485
  3.   Top = 235
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Configuraci∩┐╜n del autodiagn∩┐╜stico'
  7.   ClientHeight = 301
  8.   ClientWidth = 437
  9.   Color = 14215660
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Scaled = False
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object PGInicio: TPlaGroupBox
  23.     Left = 14
  24.     Top = 7
  25.     Width = 409
  26.     Height = 146
  27.     TitleFont.Charset = DEFAULT_CHARSET
  28.     TitleFont.Color = 13977088
  29.     TitleFont.Height = -11
  30.     TitleFont.Name = 'Tahoma'
  31.     TitleFont.Style = []
  32.     Caption = 'Autodiagn∩┐╜stico al inicio de Windows'
  33.     TabOrder = 0
  34.     object Label1: TLabel
  35.       Left = 57
  36.       Top = 22
  37.       Width = 234
  38.       Height = 13
  39.       Caption = 'Se efect∩┐╜a durante el inicio del sistema operativo.'
  40.     end
  41.     object Label2: TLabel
  42.       Left = 57
  43.       Top = 66
  44.       Width = 345
  45.       Height = 39
  46.       Caption = 
  47.         'El autodiagn∩┐╜stico al inicio de Windows mostrar∩┐╜ una alerta s∩┐╜lo' +
  48.         ' cuando la protecci∩┐╜n de tu PC requiera tu atenci∩┐╜n. Si quieres ' +
  49.         'que se muestre el resultado en todos los casos marca la siguient' +
  50.         'e casilla:'
  51.       Constraints.MinWidth = 345
  52.       WordWrap = True
  53.     end
  54.     object Image1: TImage
  55.       Left = 10
  56.       Top = 22
  57.       Width = 32
  58.       Height = 32
  59.       AutoSize = True
  60.       Picture.Data = {<image001.bmp>}
  61.       Transparent = True
  62.     end
  63.     object CBInicio: TPlaCheckBox
  64.       Left = 57
  65.       Top = 43
  66.       Width = 232
  67.       Height = 16
  68.       Caption = 'Activar autodiagn∩┐╜stico al inicio de Windows'
  69.       TabOrder = 0
  70.     end
  71.     object CBMostrarInforme: TPlaCheckBox
  72.       Left = 57
  73.       Top = 124
  74.       Width = 152
  75.       Height = 16
  76.       Caption = 'Mostrar el resultado siempre'
  77.       TabOrder = 1
  78.     end
  79.   end
  80.   object PGPeriodico: TPlaGroupBox
  81.     Left = 14
  82.     Top = 164
  83.     Width = 409
  84.     Height = 97
  85.     TitleFont.Charset = DEFAULT_CHARSET
  86.     TitleFont.Color = 13977088
  87.     TitleFont.Height = -11
  88.     TitleFont.Name = 'Tahoma'
  89.     TitleFont.Style = []
  90.     Caption = 'Autodiagn∩┐╜stico peri∩┐╜dico'
  91.     TabOrder = 1
  92.     object Label3: TLabel
  93.       Left = 57
  94.       Top = 19
  95.       Width = 345
  96.       Height = 26
  97.       Caption = 
  98.         'Comprueba peri∩┐╜dicamente que tu PC contin∩┐╜a protegido. Se mostra' +
  99.         'r∩┐╜ una alerta s∩┐╜lo cuando la protecci∩┐╜n de tu PC requiera tu ate' +
  100.         'nci∩┐╜n.'
  101.       Constraints.MinWidth = 345
  102.       WordWrap = True
  103.     end
  104.     object Image2: TImage
  105.       Left = 10
  106.       Top = 22
  107.       Width = 32
  108.       Height = 32
  109.       AutoSize = True
  110.       Picture.Data = {<image002.bmp>}
  111.       Transparent = True
  112.     end
  113.     object CBPeriodico: TPlaCheckBox
  114.       Left = 57
  115.       Top = 65
  116.       Width = 178
  117.       Height = 16
  118.       Caption = 'Activar autodiagn∩┐╜stico peri∩┐╜dico'
  119.       TabOrder = 0
  120.     end
  121.   end
  122.   object BAceptar: TPlaButton
  123.     Left = 265
  124.     Top = 269
  125.     Width = 75
  126.     Height = 21
  127.     Anchors = [akRight, akBottom]
  128.     Caption = '&Aceptar'
  129.     TabOrder = 2
  130.     OnClick = BAceptarClick
  131.     ModalResult = 1
  132.   end
  133.   object BCancelar: TPlaButton
  134.     Left = 348
  135.     Top = 269
  136.     Width = 75
  137.     Height = 21
  138.     Anchors = [akRight, akBottom]
  139.     Caption = '&Cancelar'
  140.     TabOrder = 3
  141.     Cancel = True
  142.     ModalResult = 2
  143.   end
  144. end
  145.